home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / internet / other / ka9q / nos / nosfiles.lzh / DIAL.TXT < prev    next >
Encoding:
Text File  |  1993-03-05  |  480 b   |  28 lines

  1. #
  2. #    Sample dialer script for login to Demon Internet Services
  3. #
  4. #  replace 'site' and 'password' with your values
  5. #
  6. configure:
  7. init        "AT\r"
  8. dial_cmd    "ATDT"
  9. ld_code    ""
  10. number    "0813434848\r"
  11. retries    1
  12. #
  13. execute:
  14. init
  15. cwait  10000 "OK"
  16. dial
  17. cwait  45000 "CONNECT" "BUSY" "NO CARRIER" 
  18. cwait 20000  "gin:" "NO CARRIER" 
  19. wait 1000
  20. send "site\r"
  21. wait 60000 "word:" 
  22. wait  1000
  23. send "password\r"
  24. wait 60000 "ocol:" 
  25. wait 1000 
  26. send "slip\r"
  27. wait 60000 "HELLO"
  28.